system with delayed replacement - tradução para russo
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

system with delayed replacement - tradução para russo

ALGORITHM IN AN OS THAT DECIDES WHICH MEMORY PAGES TO PAGE OUT (SWAP OUT, WRITE TO DISK) WHEN A REQUESTED PAGE IS NOT IN MEMORY (PAGE FAULT) AND A FREE PAGE CANNOT BE USED TO SATISFY THE ALLOCATION (BECAUSE THERE ARE TOO FEW OR NONE)
Page replacement algorithms; Not recently used; Local replacement algorithm; Second chance replacement strategy; Second-chance replacement strategy; Second-chance algorithm; Second chance algorithm; Clock with Adaptive Replacement; Clock with adaptive replacement; Page replacement

system with delayed replacement      
система с отсроченной заменой (неисправных элементов)
growth retardation         
SYMPTOM
Delayed milestones; Growth retardation
замедление темпов (экономического) роста
with         
WIKIMEDIA DISAMBIGUATION PAGE
With (disambiguation); WITH (disambiguation); WITH

[wið]

общая лексика

ссориться

синоним

withe

предлог

общая лексика

указывает на

совместность (часто together with) (вместе) с

взаимоотношение с

пребывание в доме у кого-л. у

работу где-л. или у кого-л. в

смешивание, сочетание, добавление (вместе) с

к

средство на

за

наличие чего-л. и кого-л. у

при

с (собой)

"meat" begins with"m" - (слово) meat начинается с m

дополнительные обстоятельства или моменты причём

условия совершения действия в условиях

когда

при том

что

(по отношению) к

для

совместимость или сопоставимость наравне с

причину, источник чего-л. от

из-за

указывает на движение в том же направлении по

что касается

имеет уступительное значение (обычно with all) несмотря на

Definição

СИ-БИ-ЭС
см. "Коламбия бродкастинг систем".

Wikipédia

Page replacement algorithm

In a computer operating system that uses paging for virtual memory management, page replacement algorithms decide which memory pages to page out, sometimes called swap out, or write to disk, when a page of memory needs to be allocated. Page replacement happens when a requested page is not in memory (page fault) and a free page cannot be used to satisfy the allocation, either because there are none, or because the number of free pages is lower than some threshold.

When the page that was selected for replacement and paged out is referenced again it has to be paged in (read in from disk), and this involves waiting for I/O completion. This determines the quality of the page replacement algorithm: the less time waiting for page-ins, the better the algorithm. A page replacement algorithm looks at the limited information about accesses to the pages provided by hardware, and tries to guess which pages should be replaced to minimize the total number of page misses, while balancing this with the costs (primary storage and processor time) of the algorithm itself.

The page replacing problem is a typical online problem from the competitive analysis perspective in the sense that the optimal deterministic algorithm is known.

Como se diz system with delayed replacement em Russo? Tradução de &#39system with delayed replacemen